home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / help / disable < prev    next >
Encoding:
Text File  |  1993-10-08  |  608 b   |  11 lines

  1.        disable [ -m ] arg ...
  2.               Disable the builtin arg temporarily.   This  allows
  3.               you  to  use an external command with the same name
  4.               as a shell builtin.  Without arguments all disabled
  5.               builtins  are  printed,  with the -m flag the argu-
  6.               ments are taken as patterns (should  be  quoted  to
  7.               preserve  them  from  being taken as glob patterns)
  8.               and all builtins matching these patterns  are  dis-
  9.               abled.   Actually the same as unhash.  Builtins can
  10.               be enabled with the enable command.
  11.